home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / ZIPPED / DOS / EDITORS / E4V151.ZIP / TEMPLATE.C < prev   
C/C++ Source or Header  |  1993-02-26  |  171b  |  16 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4.  
  5. /* Prototypes */
  6.  
  7.  
  8. /* End of Prototypes */
  9.  
  10. int main(int argc, char * argv[])
  11. {
  12.  
  13.  
  14.     return 0;    
  15. }
  16.